home *** CD-ROM | disk | FTP | other *** search
- // Help.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CHelp dialog
-
- class CHelp : public CDialog
- {
- // Construction
- public:
- CHelp(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CHelp)
- enum { IDD = IDD_HELP };
- CString m_Instructions;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHelp)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CHelp)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-